home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / exepc / mar96 / peref102.gif < prev    next >
Graphics Interchange Format  |  1996-06-19  |  46KB  |  441x370  |  4-bit (16 colors)
Labels: text | screenshot
OCR: B MYVXD Cpp // NYVXD. opp - main module for VxD XYVXD #define DEVICE MAIN #include "myvxd. h" Declare Virtual Device ( HYVXD! #under DEVICE MAIN KyvxdVM: : MyVXdVM (VMHANDLE hVM) : WirtualMachine (hVM) (} KyvxdThread: : MyvxdThread ( THREADHANDLE hThread] : VThread (hThread) {} BOOL HyvxdDevice: : OnSysDynamicDeviceInit(1 return TRUE; BOOL MyvxdDevice: : OnSysDynamicDeviceExit (] return TRUE; VOID MyvxdDevice: : V86_API_Entry (VRHANDLE hVH, CLIENT_STRUCT" pRegs) Figure 2 - File generated by QuickVxD using the C++ framework